fix typo in jira_agent.rb

Konstantin Nazarov 11 年 前
コミット
db539ba6c1
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/models/agents/jira_agent.rb

+ 1 - 1
app/models/agents/jira_agent.rb

@@ -41,7 +41,7 @@ module Agents
41 41
         'password' => '',
42 42
         'jira_url' => 'https://jira.atlassian.com',
43 43
         'jql' => '',
44
-        'expected_update_period_in_days', '7'
44
+        'expected_update_period_in_days' => '7'
45 45
       }
46 46
     end
47 47